@charset "UTF-8";

* {
    font-family: 'Microsoft YaHei';
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-size: 16px;
}

body {
    overflow-x: hidden !important;
}

img {
    max-width: 100% !important;
}

a {
    text-decoration: none;
    color: #333;
}


ul,
ol {
    margin: 0;
    margin-bottom: 0;
    list-style: none;
}

#pages a,
#pages span {
    border: 1px solid #e5e5e5;
    overflow: hidden;
    padding: 5px 10px;
}

#pages {
    clear: both;
    margin: 20px 0;
}

#pages span {
    color: #fff;
    font-weight: bold;
    border: 1px solid #e85403;
    background-color: #e85403;
}

.form-control,
.input-text,
textarea {
    font-size: 14px;
    line-height: 1.42857143;
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    color: #555;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    background-image: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

a,
a:hover,
a.text-white:hover,
.text-white a:hover {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    text-decoration: none;
}

a:hover {
    color: #e85403 !important;
}

.trans {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.ie-alert {
    font-size: 20px;
    display: none;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    background: #e85403;
}

.word-break,
.footer-nav {
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*常用css样式*/
pre {
    font-family: '微软雅黑';
    font-size: 14px;
    line-height: 29px;
    margin: 0;
    padding: 0;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    color: #fff;
    border: none;
    background-color: transparent;
    overflow-y: hidden;
}

.font-bold {
    font-weight: bold;
}

.text-black {
    color: #323232;
}

.swiper-container {
    position: relative;
}

.nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px 15px;
    background-color: rgba(255, 255, 255, .7);
    z-index: 99;
}

.m-line {
    width: 40px;
    height: 3px;
    background-color: #e85403;
}

.m-line:nth-of-type(2) {
    margin: 10px 0 10px 10px;
    width: 30px;
}

.menue {
    padding-top: 10px;
    cursor: pointer;
}

.menue:hover .m-line:nth-of-type(2) {
    width: 40px;
    margin: 10px 0;
}

.text-brand {
    color: #404a3d;
}
.nav{
	position: fixed;
	width:100%;
	left:0;
	top:0;
}
.nav-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #e85403;
	background-image:url(../images/nav-logo.png);
	background-position: bottom right;
    background-repeat: no-repeat;
    background-size: conver;
}

.nav-bg-item {
    padding-top: 20%;
    border-right: 1px solid #ffa675;
    width: 20%;
    height: 100%;
    float: left;
    font-size: 16px;
}

.nav-item-title {
    padding-bottom: 15px;
}

.text-white,
.text-white a {
    color: #fff;
}
.nav-language{
	position: absolute;
    right: 70px;
    line-height: 45px;
	}
.nav-bg a:hover {
    color: #ffa675 !important;
}

.nav-item-title a{
    font-size: 24px;
}

.nav-bg-item ul li {
    padding: 8px 0;
}

.nav-close {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}

.nav-close:hover {
    animation: nav-c .5s forwards;
}

@keyframes nav-c {
    100% {
        transform: rotate(180deg);
    }
}

@-webkit-keyframes nav-c {
    100% {
        transform: rotate(180deg);
    }
}

.nav-bg,
.nav-close {
    display: none;
}

@media(max-width:1024px) {
    .nav {
        display: none;
    }
}

.brand-title {
    font-size: 36px;
}

.brand-en {
    font-size: 18px;
}

.margin-top-60 {
    margin-top: 60px;
}

.margin-top-30 {
    margin-top: 30px;
}

@media(min-width:1900px) {
    .container {
        width: 1660px;
    }
}

.home-brand {
    font-size: 36px;
    padding-bottom: 10px;
}

.home-brand-line {
    width: 80px;
    margin: auto;
    height: 4px;
    background-color: #e85403;
}

.home-num-sz span {
    font-size: 36px;
}

.text-brand {
    color: #e85403;
}

.home-num-sz span {
    position: relative;
}

.home-num-sz i {
    font-style: normal;
    position: absolute;
    top: 0;
    right: -17px;
    font-size: 18px;
}

.home-num-des {
    padding-top: 15px;
    color: #2a2a2a;
}

.padding-zero {
    padding: 0;
}

.sw-pro-title .swiper-slide {
    background-color: #505050;
    padding: 10px 0 !important;
}

.sw-pro-title .swiper-slide-thumb-active {
    background-color: #e85403;
}
.sw-pro-title{
	line-height:50px;
}
.sw-pro .swiper-slide {
    height: 528px;
}

.home-pr-item {
    background-color: #005bab;
    padding: 30px;
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: contain;
}

.home-pro-read .home-pr-item:nth-of-type(2) {
    background-color: #cc9f67;
}
#home-pro{
	background-color:#505050;
}
.home-pro-des {
    padding-top: 10px;
}

.home-pr-title {
    font: 22px;
}

.margin-top-15 {
    margin-top: 15px;
}

.home-pro-read .home-pr-item:nth-of-type(1) {
    background-image: url(../images/pro1.png);
}

.home-pro-read .home-pr-item:nth-of-type(2) {
    background-image: url(../images/pro2.png);
}

.home-pro-read .home-pr-item:nth-of-type(3) {
    background-image: url(../images/pro3.png);
}

.home-news-img {

    height: 260px;
}

.home-news-des {
    color: #565656;
    font-size: 14px;
    line-height: 1.75em;
    padding-bottom: 10px;
}

.home-news-title {
    font-size: 18px;
    padding: 10px 0;
}

.home-culture {
    padding: 50px 0;
    background-image: url(../images/home-culture.jpg);
}

.home-news-img,
.home-culture,
.cat-about-honor {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.culture-item-title {
    font-size: 18px;
}

.culture-item-des {
    color: #565656;
    font-size: 14px;
}

.culture-item-icon {
    width: 80px;
    height: 80px;
    border: 2px solid #e85403;
    margin-bottom: 15px;
    border-radius: 50%;
    background-image: url(../images/icon.png);
    background-repeat: no-repeat;
}

.culture-item {
    margin-bottom: 30px;
}

#culture .culture-item:nth-of-type(1) .culture-item-icon {
    background-position: 0 0;
}

#culture .culture-item:nth-of-type(2) .culture-item-icon {
    background-position: -80px 0;
}

#culture .culture-item:nth-of-type(3) .culture-item-icon {
    background-position: -160px 0;
}

#culture .culture-item:nth-of-type(4) .culture-item-icon {
    background-position: -240px 0;
}

#culture .culture-item:nth-of-type(5) .culture-item-icon {
    background-position: -320px 0;
}

#culture .culture-item:nth-of-type(6) .culture-item-icon {
    background-position: -400px 0;
}

#culture .culture-item:hover .culture-item-icon {
    background-position-y: -80px;
}

#culture .culture-item:hover .culture-item-icon {
    border-color: #005bab;
}

#culture .culture-item:hover .culture-item-title {
    color: #005bab;
}

.culture-img {
    position: absolute;
    right: 0;
}

.culture-des {
    width: 60%;
    height: 100%;
    background-color: rgba(103, 103, 103, .7);
    padding: 50px 30px;
    position: absolute;
    left: 0;
    top: 0;
}

.culture-des {
    line-height: 2em;
}

.c-logo {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.home-partner {
    margin-top: 210px;
}

#home-partner-list {
    overflow: hidden;
}

#home-partner-list ul li {
    float: left;
    width: 300px;
    padding: 0 15px;
}

.home-partner-item {
    position: relative;
    display: table;
    overflow: hidden;
    width: 100%;
    height: 100px;
    padding: 5px;
    text-align: center;
    border: 2px #d2d2d2 solid;
}

.home-partner-item a {
    display: table-cell;
    width: 100%;
    height: 100px;
    vertical-align: middle;
}

.home-partner-item a img {
    max-width: 100%;
    max-height: 100px;
    margin: 0 auto;
}

.footer {
    background-color: #a1a1a1;
    padding-top: 30px;
}

.footer-nav {
    font-size: 22px;
    padding-bottom: 15px;
}

.footer-nav-item {
    line-height: 1.75em;
}

.copyright {
    line-height: 40px;
    margin-top: 10px;
}

/* 关于我们about */
.bread {
    background-color: #e85403;
    line-height: 60px;
}

.bread-nav a {
    margin-right: 30px;
    display: inline-block;
}

.bread-nav a:hover {
    color: #cc9f67 !important;
}

.cat-about-img {
    margin-top: -60px;
    overflow: hidden;
    position: relative;
}

.cat-about-brand {
    font-size: 32px;
}

.cat-about-i {
    font-size: 18px;
    padding-top: 50px;
    padding-bottom: 5px;
}

.cat-about-des {
    line-height: 1.75em;
    color: #565656;
}

.cat-about-culture {
    margin-bottom: 15px;
}

.cat-culture-img {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}

.cat-culture-a {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px;
}

.cat-about-honor {
    background-image: url(../images/cat-about-culture.jpg);
    padding: 50px 0;
}

.cat-about-h {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background-color: rgba(103, 103, 103, .7);
    padding: 50px 30px 30px 30px;
    line-height: 2em;
}

.cat-about-honor {
    position: relative;
}

#home-partner-list {
    overflow: hidden;
}

#home-partner-list ul li {
    float: left;
    width: 360px;
    padding: 0 15px;
}

.cat-aboutgy-item {
    position: relative;
    display: table;
    overflow: hidden;
    width: 100%;
    height: 220px;
    padding: 5px;
    text-align: center;
    border: 1px #d2d2d2 solid;
}

.cat-aboutgy-item a {
    display: table-cell;
    width: 100%;
    height: 220px;
    vertical-align: middle;
}

.cat-aboutgy-item a img {
    max-width: 100%;
    max-height: 220px;
    margin: 0 auto;
}

.cat-aboutgy-title {
    border: 1px #d2d2d2 solid;
    border-top: none;
    line-height: 40px;

}

.cat-gy {
    padding-top: 15px;
}

/* 资质荣誉honor */
.honor-container,
.view-container {
    position: relative;
    display: table;
    overflow: hidden;
    width: 100%;
    padding: 5px;
    text-align: center;
    border: 1px #ddd solid;
}

.honor-container,
.honor-container a {
    height: 420px;
}

.honor-container {
    margin-bottom: 30px;
}

.honor-container a,
.view-container a {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}

.view-container,
.view-container a {
    height: 300px;
}

.honor-container a img,
.view-container a img {
    max-width: 100%;
    margin: 0 auto;
}

.honor-container a img {
    max-height: 420px;
}

.view-container a img {
    max-height: 300px;
}

.honor-name {
    border: 1px solid #ddd;
    border-bottom: none;
    padding: 10px 15px;
}

.honor-name-title {
    font-size: 24px;
    padding-top: 10px;
}

.view-name {
    border: 1px solid #ddd;
    border-top: none;
    margin-bottom: 30px;
    padding: 15px;
}

/* 产品展示product */
.cat-product-item {
    overflow: hidden;
    margin-bottom: 30px;
    background-color: #f5f5f5;
    padding: 30px 15px;
}

.cat-product-img {
    position: relative;
}

.cat-product-brand {
    position: absolute;
    padding: 15px 50px;
    background-color: rgba(0, 91, 171, .8);
    top: 0;
    right: 0;
    border-bottom-left-radius: 12px;
}

.cat-product-brand a {
    font-size: 24px;
}

.cat-product-title {
    font-size: 22px;
	padding-bottom:10px;
}

.cat-product-navitem a {
    display: inline-block;
    margin-right: 30px;
    padding: 8px 0;
}

.cat-product-nav {
    margin-bottom: 30px;
}

.text-brand2 {
    color: #005bab;
}

/* 新闻资讯news */
.cat-news-img,
.cat-news-imgs {
    width: 100%;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.cat-news-img {
    height: 260px;
}

.cat-news-time {
    background-color: rgba(0, 91, 171, .8);
    position: absolute;
    top: 0;
    left: 0;
    width: 130px;
}

.cat-news-day {
    font-size: 32px;
    border-bottom: 1px solid #fff;
    padding: 5px 0;
}

.cat-news-year {
    font-size: 18px;
    padding: 5px 0;
}

.cat-news-title a {
    font-size: 22px;
}

.cat-news-des {
    color: #565656;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 14px;
    height: 40px;
}

.cat-news-title {
    padding-bottom: 15px;
}

.cat-news-info {
    border: 1px solid #ddd;
    padding: 15px;
}

.cat-news-arr {
    padding-top: 10px;
}

.cat-news-arr i {
    font-size: 32px !important;
}

.cat-news-days {
    font-size: 60px;
    font-family: cursive;
}

.cat-news-m {
    font-size: 22px;
}

.cat-news-from {
    padding-bottom: 15px;
    color: #c4c4c4;
}

.cat-news-content {
    border-left: 1px solid #ddd;
    padding-left: 30px;
}

.cat-news-imgs {
    height: 200px;
}

.cat-news-list {
    overflow: hidden;
    margin-bottom: 30px;
    border-bottom: 1px solid #f1f1f1;
    padding: 30px 0;
}

.cat-news-list:hover {
    background-color: #f0f0f0;
    color: #e85403;
}

.cat-news-list:hover a,
.cat-news-list:hover .text-brand2 {
    color: #e85403;
}

.show-news-title {
    font-size: 32px;
}

.show-news-info {
    padding: 15px 0;
    color: #a1a1a1;
}

.show-news-info i {
    font-size: 16px !important;
}

.show-news-content {
    line-height: 1.75em;
    padding-top: 15px;
    letter-spacing: .5px;
}

.next strong {
    font-size: 22px;
    display: block;
    padding-bottom: 10px;
}

.next {
    background-color: #dbfaf9;
    padding: 15px;
    margin-bottom: 30px;
}

.show-news-tj {
    background-color: #005bab;
    padding: 15px;
    border-left: 8px solid #cc9f67;

}

.show-news-tj,
.show-tj-list {
    margin-bottom: 30px;
}

.show-tj-list li {
    padding: 15px 0;
    border-bottom: 1px dashed #ddd;
}

.next:hover,
.next:hover a {
    background-color: #cc9f67;
    color: #fff !important;
}

/* 合作工程案例partner */
.cat-partner-item {
    position: relative;
    display: table;
    overflow: hidden;
    width: 100%;
    height: 200px;
    padding: 5px;
    text-align: center;
    border: 1px #ddd solid;
    margin-bottom: 30px;
}

.cat-partner-item a {
    display: table-cell;
    width: 100%;
    height: 200px;
    vertical-align: middle;
}

.cat-partner-item a img {
    max-width: 100%;
    max-height: 200px;
    margin: 0 auto;
}
/* 联系我们contact */
#map1,#map2{
	height:360px;
}


.cat-contact-brand{
    font-size: 22px;
    padding-bottom: 15px;
}

.cat-contact-info{
    line-height: 1.75em;
}

.map-item{
    overflow: hidden;
    background-color: #f5f5f5;
    padding: 30px 15px;
    margin-bottom: 60px;
}

/* 企业文化 culture */

.list-culture-item{
	border:1px solid #ddd;
	padding:5px;
	margin-bottom:30px;
}

.list-culture-brand{
	font-size:22px;
	padding:10px 0;

}

.list-culture-line{
	width:100%;
	border-bottom:1px solid #ddd;
}

.list-culture-des{
	padding:0 10px 0 10px;
	overflow:hidden;
}

.list-culture-info{
	padding:0 10px;
}

.home-news-inf{
	overflow:hidden;
}

.page-about{
	line-height:1.75em;
	padding:0 15px;
}

.cat-news-tim{
	display:none;
}

.map img{
	 max-width: inherit !important;
}
/*移动端 mobile*/

@media(max-width:768px){
	body{
		padding-top:60px;
	}

	.menue-header-m .menue-logo{
		left:15px;
	}
	.sw-pro .swiper-slide{
		height:auto;
	}

	.home-news-des{
		margin-bottom:30px;
	}

	.home-news-inf{
		margin-bottom:30px;
	}

	.culture-img{
		position: relative;
	}

	.culture-des{
		width:100%;
		height:auto;
		position: relative;
	}

	.culture-item-icon{
		margin:auto;
	}

	#culture .padding-zero{
		padding:0 15px;
		text-align:center;
	}

	.culture-item-title{
		padding:15px 0;
	}

	.home-partner,.margin-top-60{
		margin-top:30px;
	}

	.copyright{
		text-align:center;
	}

	.cat-news-list .text-center{
		text-align:left;
		overflow:hidden;
	}

	.cat-news-days,.cat-news-m{
		float:left;
		font-size:16px;
	}

	.cat-news-content{
		padding:0 15px 15px 15px;
	}

	.cat-news-tim{
		display:inline-block;
	}

	.cat-news-list{
		padding-top:0;
	}

	.view-container,.view-container a{
		height:150px;
	}

	.view-container a img{
		max-height:150px;
	}
	
	.bread .text-right{
		text-align:left;
	}

	.map-item{
		padding:30px 0;
	}

	.honor-container, .honor-container a{
		height:200px;
	}
	.honor-container a img{
		max-height:200px;
	}

	.honor-name-title{
		font-size:18px;
		height:62px;
		overflow:hidden;
	}

	.honor-name-brand{
		height:22px;
		overflow:hidden;
	}
}
.banner{
	overflow:hidden;
}